[This is preliminary documentation and is subject to change.]
Various static helper routines for manipulating text strings.
| C# | Visual Basic | Visual C++ |
public class AdkStringUtils
Public Class AdkStringUtils
public ref class AdkStringUtils
| All Members | Constructors | Methods | |||
| Icon | Member | Description |
|---|---|---|
| AdkStringUtilsAdkStringUtilsNew()() | ||
| EncodeXml(String) | Escapes an XML string by replacing the characters shown below with their
equivalent entity references as defined by the XML specification.
| |
| ReplaceFirst(String, String, String) | ||
| SafePathString(String) | Replaces characters that are illegal in filenames to underscores ("_"). | |
| UnencodeXml(String) | Unescapes an XML string by replacing the entity references shown below
with their equivalent characters as defined by the XML specification.
|
| Object | |
| AdkStringUtils | |