21.50. Class AuthMongoUtils
Namespace: ArmoniK.Core.Adapters.MongoDB.Table.DataModel.Auth
Assembly: ArmoniK.Core.Adapters.MongoDB.dll
Extension class for MongoDB string conversion
public static class AuthMongoUtils
21.50.1. Inheritance
21.50.2. Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
21.50.3. Methods
21.50.3.1. ToOidString(string)
Extension method to transform a string to an objectId
public static string ToOidString(this string value)
21.50.3.1.1. Parameters
value string
The string to convert
21.50.3.1.2. Returns
Converted string