Method | Description | |
---|---|---|
IsSpecified ( BitWidth encoding ) : bool |
Returns true iff encoding equals to one of the enums in CharacterEncoding.
|
|
Truncate ( BitWidth encoding ) : int |
Maps ASCII to 7, extended ASCII to 8, and other encodings to 16. Throws AutomataException if IsSpecified(encoding) is false.
|
public static IsSpecified ( BitWidth encoding ) : bool | ||
encoding | BitWidth | |
return | bool |
public static Truncate ( BitWidth encoding ) : int | ||
encoding | BitWidth | |
return | int |