Class CodecTokens
The wire tokens of CodecKind, in both directions.
public static class CodecTokens
- Inheritance
-
CodecTokens
- Inherited Members
Methods
FromToken(string)
The kind a token names.
public static CodecKind FromToken(string token)
Parameters
tokenstringThe token as it appears in a catalog.
Returns
ToToken(CodecKind)
The token of kind.
public static string ToToken(CodecKind kind)
Parameters
kindCodecKindA known kind.