Method FromString
FromString(string?)
Converts a string representation of an object unique identifier into an ObjectUniqueId. instance.
public static ObjectUniqueId? FromString(string? s)
Parameters
sstringThe string to convert. The string can represent either a GUID prefixed with 'A' or a numeric value.
Returns
- ObjectUniqueId?
An ObjectUniqueId instance if the conversion is successful; otherwise, null.