Show / Hide Table of Contents

Struct Payments.CleaningResult

Result of cleaning a string

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
ValueType.ToString()
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
Namespace: Codecrete.SwissQRBill.Generator
Assembly: Codecrete.SwissQRBill.Core.dll
Syntax
public struct Payments.CleaningResult

Properties

| Edit this page View Source

CleanedString

Gets/sets the cleaned string.

Declaration
public string CleanedString { get; set; }
Property Value
Type Description
string

The cleaned string.

| Edit this page View Source

ReplacedUnsupportedChars

Gets/sets the flag indicating if unsupported characters have been replaced.

Declaration
public bool ReplacedUnsupportedChars { get; set; }
Property Value
Type Description
bool

Flag indicating if unsupported characters have been replaced.

  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX