Class TextUtils
Inheritance
System.Object
TextUtils
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Aurigma.DesignAtoms.Model.Utils
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
public class TextUtils
Constructors
TextUtils()
Declaration
public TextUtils()
Methods
FixAmps(String)
Declaration
public static string FixAmps(string str)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | str |
Returns
| Type | Description |
|---|---|
| System.String |
IsValidXml(String)
Declaration
public static bool IsValidXml(string text)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | text |
Returns
| Type | Description |
|---|---|
| System.Boolean |