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