Class Imb
Namespace: Aurigma.DesignAtoms.Services.IMB
Assembly: Aurigma.DesignAtoms.dll
Syntax
public static class Imb
Inheritance: System.Object -> Imb
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
Methods
Encode
public static string Encode(string source)
Parameters
| Type | Name | Description |
|---|---|---|
System.String | source |
Returns
System.String
IsEncoded
public static bool IsEncoded(string source)
Parameters
| Type | Name | Description |
|---|---|---|
System.String | source |
Returns
System.Boolean
Decode
public static string Decode(string source)
Parameters
| Type | Name | Description |
|---|---|---|
System.String | source |
Returns
System.String
Validate
public static bool Validate(string source)
Parameters
| Type | Name | Description |
|---|---|---|
System.String | source |
Returns
System.Boolean