CoreUtilsEncodingTypeToTextEncoding Method  | 
 
            Encodings the type to encoding.
            
 
    Namespace: 
   SD.LLBLGen.Pro.Core
    Assembly:
   SD.LLBLGen.Pro.Core (in SD.LLBLGen.Pro.Core.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntaxpublic static Encoding EncodingTypeToTextEncoding(
	EncodingType typeOfEncoding
)
Public Shared Function EncodingTypeToTextEncoding ( 
	typeOfEncoding As EncodingType
) As Encoding
Parameters
- typeOfEncoding
 - Type: SD.LLBLGen.Pro.CoreEncodingType
The type of encoding. 
Return Value
Type: 
Encoding
See Also