[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

The TextHelperstype exposes the following methods.

Methods

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

  Member Description
HexBinaryDecode(String)
Converts a string in an SMS blob format to a byte[] array
HexBinaryEncode( array< Byte > [] () [] [] )
Converts a byte into an SMS blob format
IsGuid(String)
Returns true if the string contains a GUID
IsValidSiteCode(String)
Verifies if a specified string is a valid site code
StripBom( array< Byte > [] () [] [] )
If 0xff 0xfe BOM is in the beginning of the input byte stream, it will be stripped
StripBom(String)
If a 0xff 0xfe BOM is in the beginning of the input string, it will be stripped
ToHex( array< Byte > [] () [] [] )
Converts a byte[] to a hex string

See Also