Location<T>.ToString 方法
定义
返回引用对象的值的字符串表示形式。Returns the string representation of the value of the referenced object.
public:
override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String
返回
引用对象的值。The value of the referenced object.
注解
如果被引用对象的值为 null ,则此方法返回字符串 " <null> "。If the value of the referenced object is null, this method returns the string literal "<null>".