Skip to main content

Class TextUtils

Namespace: Aurigma.DesignAtoms.Model.Utils
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
public 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

Constructors

TextUtils

public TextUtils()

Methods

IsValidXml

public static bool IsValidXml(string text)
Parameters
TypeNameDescription
System.Stringtext
Returns

System.Boolean

FixAmps

public static string FixAmps(string str)
Parameters
TypeNameDescription
System.Stringstr
Returns

System.String

Was this page helpful?