Skip to content

URIHelpers.Credentials.Operator_Convert

Andrew Lambert edited this page Jun 13, 2017 · 3 revisions

URIHelpers.Credentials.Operator_Convert

Method Signature

 Sub Operator_Convert(FromString As String)

Remarks

Parses the passed string value as a username and password in URI authority format, and populates the instance's properties. Use this in lieu of the Class Constructor.

Example

 Dim c As URIHelpers.Credentials = "user123:pass456" ' construct a Credentials instance
Clone this wiki locally