X12CharacterSet Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The X12 character set.
public readonly struct X12CharacterSet : IEquatable<Azure.ResourceManager.Logic.Models.X12CharacterSet>
type X12CharacterSet = struct
Public Structure X12CharacterSet
Implements IEquatable(Of X12CharacterSet)
- Inheritance
-
X12CharacterSet
- Implements
Constructors
X12CharacterSet(String) |
Initializes a new instance of X12CharacterSet. |
Properties
Basic |
Basic. |
Extended |
Extended. |
NotSpecified |
NotSpecified. |
Utf8 |
UTF8. |
Methods
Equals(X12CharacterSet) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(X12CharacterSet, X12CharacterSet) |
Determines if two X12CharacterSet values are the same. |
Implicit(String to X12CharacterSet) |
Converts a String to a X12CharacterSet. |
Inequality(X12CharacterSet, X12CharacterSet) |
Determines if two X12CharacterSet values are not the same. |
Applies to
Azure SDK for .NET