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

Helpers for text functions

Namespace:  Microsoft.ConfigurationManagement.Messaging.Framework
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
static 
class 
TextHelpers
<
SerializableAttribute> _
<
ExtensionAttribute> _
Public 
NotInheritable 
Class 
TextHelpers
[
SerializableAttribute]
[
ExtensionAttribute]
public 
ref class 
TextHelpers 
abstract 
sealed

Members

           
  All Members     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

Inheritance Hierarchy

System . . :: . . Object
   Microsoft.ConfigurationManagement.Messaging.Framework . . :: . . TextHelpers

See Also