func lengthOfBytes (using: UInt) -> Int
Returns the number of bytes required to store the receiver in a given encoding.
レシーバをある与えられた符号化で格納するのに必要とされるバイト数を返します。
func maximumLengthOfBytes (using: UInt) -> Int
Returns the maximum number of bytes needed to store the receiver in a given encoding.
レシーバをある与えられた符号化で格納するのに必要とされる最大限のバイト数を返します。