Type Property 型プロパティ

dataValueType

The underlying type a string uses when it wraps itself in a data value. ある文字列が、それがそれ自身をあるデータ値の中にラップする時に使う、基礎をなす型。

Declaration 宣言

static var dataValueType: MLDataValue.ValueType { get }

Discussion 解説

A string value converts to an MLDataValue.ValueType.string. 文字列値は、MLDataValue.ValueType.stringに変わります。

Relationships 関係

From Protocol 由来プロトコル

See Also 参照

Using a String as a Data Value 文字列をデータ値として使う