URI.UserInfo Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the decoded user-information component of this URI.
public string? UserInfo { [Android.Runtime.Register("getUserInfo", "()Ljava/lang/String;", "")] get; }
[<get: Android.Runtime.Register("getUserInfo", "()Ljava/lang/String;", "")>]
member this.UserInfo : string
Property Value
The decoded user-information component of this URI,
or null
if the user information is undefined
- Attributes
Remarks
Returns the decoded user-information component of this URI.
The string returned by this method is equal to that returned by the #getRawUserInfo() getRawUserInfo
method except that all sequences of escaped octets are decoded.
Java documentation for java.net.URI.getUserInfo()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.