C# 클래스 Monobjc.Foundation.NSString

파일 보기 프로젝트 열기: Monobjc/monobjc 1 사용 예제들

공개 메소드들

메소드 설명
IsNullOrEmpty ( NSString @string ) : bool

Determines whether this string is null or empty.

NSPinnedString ( String value ) : NSString

Returns an retained instance of NSString.

ToString ( ) : String

Returns a that represents the current .

operator ( ) : NSString

Implements the operator +.

this ( uint index ) : Char

Gets the System.Char at the specified index.

메소드 상세

IsNullOrEmpty() 공개 정적인 메소드

Determines whether this string is null or empty.
public static IsNullOrEmpty ( NSString @string ) : bool
@string NSString
리턴 bool

NSPinnedString() 공개 정적인 메소드

Returns an retained instance of NSString.
public static NSPinnedString ( String value ) : NSString
value String
리턴 NSString

ToString() 공개 메소드

Returns a that represents the current .
public ToString ( ) : String
리턴 String

operator() 공개 정적인 메소드

Implements the operator +.
public static operator ( ) : NSString
리턴 NSString

this() 공개 메소드

Gets the System.Char at the specified index.
public this ( uint index ) : Char
index uint
리턴 Char