LocalCredentialParse Method
Parses the domain and user name from a string in the form 'user,password'.
Namespace: Ookii.AnswerFileAssembly: Ookii.AnswerFile (in Ookii.AnswerFile.dll) Version: 1.1.0+80a53790d09cddd16db3be20b673cb91280c7d9e
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
- value String
- The value to parse.
LocalCredentialAn instance of the
LocalCredential class.