SIFWorks ADK 2.0
AdkStringUtils Class
NamespacesEdustructures.UtilAdkStringUtils

[This is preliminary documentation and is subject to change.]

Various static helper routines for manipulating text strings.
Declaration Syntax
C#Visual BasicVisual C++
public class AdkStringUtils
Public Class AdkStringUtils
public ref class AdkStringUtils
Members
All MembersConstructorsMethods



IconMemberDescription
AdkStringUtilsAdkStringUtilsNew()()
static memberEncodeXml(String)
Escapes an XML string by replacing the characters shown below with their equivalent entity references as defined by the XML specification.

static memberReplaceFirst(String, String, String)
static memberSafePathString(String)
Replaces characters that are illegal in filenames to underscores ("_").

static memberUnencodeXml(String)
Unescapes an XML string by replacing the entity references shown below with their equivalent characters as defined by the XML specification.

Inheritance Hierarchy
Object
AdkStringUtils

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10