RequestId.ToString Method

Definition

Converts the instance to a string in lowercase registry format.

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

Returns

A lowercase string in registry format that represents the underlying RequestId.

Applies to