NSCoder.DecodeInt(String) 메서드

정의

지정된 키의 값을 int로 디코딩합니다.

[Foundation.Export("decodeInt32ForKey:")]
public virtual int DecodeInt (string key);
abstract member DecodeInt : string -> int
override this.DecodeInt : string -> int

매개 변수

key
String

디코딩할 항목을 식별하는 키입니다.

반환

특성

적용 대상