public static LocalCredential Parse(
string value
)
Public Shared Function Parse (
value As String
) As LocalCredential
public:
static LocalCredential^ Parse(
String^ value
)
static member Parse :
value : string -> LocalCredential
If the string does not contain a group, the value of the DefaultGroup constant is used.
ArgumentNullException | value is . |
FormatException | value is not in a valid format. |