var dataRepresentation : Data
The data representation of the URL’s relativeString.
URLのもつrelativeStringのデータ表現。
Availability 有効性
Technology
If the data representation isn’t a legal URL string as ASCII bytes, the URL object may not behave as expected. This initializer returns nil if it can’t form a valid URL from the provided string. そのデータ表現がASCIIバイトとして合法URL文字列でないならば、URLオブジェクトは期待されたように振舞わないかもしれません。このイニシャライザはnilを返します、もしそれが有効なURLをその提供された文字列から形成できないならば。
var dataRepresentation : Data