GetTextEncodingBase
Returns the base encoding of the specified text encoding.
Declaration
TextEncodingBase GetTextEncodingBase(TextEncoding encoding);Parameters
- encoding:
A text encoding specification whose base encoding you want to obtain.
Return Value
The base encodingportion of the specified text encoding.
Discussion
See the data type TextEncodingRun