C# Класс Monobjc.Foundation.NSString

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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