SignInResult.ToString Method

Definition

Converts the value of the current SignInResult object to its equivalent string representation.

public:
 override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String

Returns

A string representation of value of the current SignInResult object.

Applies to