Skip to main content

Class Imb

Namespace: Aurigma.DesignAtoms.Services.IMB
Assembly: Aurigma.DesignAtoms.dll
Syntax
public static class Imb

Inheritance: System.Object -> Imb

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

Methods

Encode

public static string Encode(string source)
Parameters
TypeNameDescription
System.Stringsource
Returns

System.String

IsEncoded

public static bool IsEncoded(string source)
Parameters
TypeNameDescription
System.Stringsource
Returns

System.Boolean

Decode

public static string Decode(string source)
Parameters
TypeNameDescription
System.Stringsource
Returns

System.String

Validate

public static bool Validate(string source)
Parameters
TypeNameDescription
System.Stringsource
Returns

System.Boolean

Was this page helpful?