Class Strings
Inheritance
System.Object
Strings
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AttackSurfaceAnalyzer.Utils
Assembly: AsaLib.dll
Syntax
public static class Strings
Methods
| Improve this Doc View SourceGet(String)
Declaration
public static string Get(string key)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | key |
Returns
| Type | Description |
|---|---|
| System.String |
Setup(String)
Declaration
public static void Setup(string locale = "")
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | locale |