Struct Payments.CleaningResult
Result of cleaning a string
Inherited Members
Namespace: Codecrete.SwissQRBill.Generator
Assembly: Codecrete.SwissQRBill.Core.dll
Syntax
public struct Payments.CleaningResult
Properties
| Edit this page View SourceCleanedString
Gets/sets the cleaned string.
Declaration
public string CleanedString { get; set; }
Property Value
Type | Description |
---|---|
string | The cleaned string. |
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. |