Vector128<T>.ToString 方法
定义
将当前实例转换为等效的字符串表示形式。Converts the current instance to an equivalent string representation.
public:
override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String
返回
当前实例的等效字符串表示形式。An equivalent string representation of the current instance.
例外
不支持当前实例的类型 (T)。The type of the current instance (T) is not supported.