Class VatOnlyTaxSchemeIdentifierMappingExtensions
Mapping methods for the FacturXDotNet.Models.CII.VatOnlyTaxSchemeIdentifier enumeration.
Assembly: FacturXDotNet.dll
csharp
public static class VatOnlyTaxSchemeIdentifierMappingExtensions
Methods
ToVatOnlyTaxSchemeIdentifier(VatOnlyTaxSchemeIdentifier)
Convert the FacturXDotNet.Models.CII.VatOnlyTaxSchemeIdentifier to its string representation.
csharp
public static string ToVatOnlyTaxSchemeIdentifier(this VatOnlyTaxSchemeIdentifier value)
Returns
System.String
Parameters
Type | Name |
---|---|
FacturXDotNet.Models.CII.VatOnlyTaxSchemeIdentifier | value |
ToVatOnlyTaxSchemeIdentifierOrNull(ReadOnlySpan<char>)
Convert the string to its FacturXDotNet.Models.CII.VatOnlyTaxSchemeIdentifier representation.
csharp
public static VatOnlyTaxSchemeIdentifier? ToVatOnlyTaxSchemeIdentifierOrNull(this ReadOnlySpan<char> value)
Returns
System.Nullable<FacturXDotNet.Models.CII.VatOnlyTaxSchemeIdentifier>
Parameters
Type | Name |
---|---|
System.ReadOnlySpan<System.Char> | value |
ToVatOnlyTaxSchemeIdentifier(ReadOnlySpan<char>)
Convert the string to its FacturXDotNet.Models.CII.VatOnlyTaxSchemeIdentifier representation.
csharp
public static VatOnlyTaxSchemeIdentifier ToVatOnlyTaxSchemeIdentifier(this ReadOnlySpan<char> value)
Returns
FacturXDotNet.Models.CII.VatOnlyTaxSchemeIdentifier
Parameters
Type | Name |
---|---|
System.ReadOnlySpan<System.Char> | value |
Exceptions
System.ArgumentOutOfRangeException
Thrown when the value is not a valid FacturXDotNet.Models.CII.VatOnlyTaxSchemeIdentifier.