Instance Property
インスタンスプロパティ
isASCII
A Boolean value indicating whether this is an ASCII character.
それがASCII文字かどうかを指し示しているブール値。
Technology
- Swift Standard Library
Swift標準ライブラリ
Declaration
宣言
var isASCII: Bool
{ get }
See Also
参照
Working with a Character’s Unicode Values
文字のユニコード値を扱う
init(Unicode.Scalar)
Creates a character containing the given Unicode scalar value.
与えられたユニコードスカラー値を含んでいるひとつの文字を作成します。
var asciiValue: UInt8?
The ASCII encoding value of this character, if it is an ASCII character.
この文字のASCIIエンコーディング値、もしそれがASCIIならば。