C# Class Monobjc.Foundation.NSString

Afficher le fichier Open project: Monobjc/monobjc Class Usage Examples

Méthodes publiques

Méthode Description
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.

Method Details

IsNullOrEmpty() public static méthode

Determines whether this string is null or empty.
public static IsNullOrEmpty ( NSString @string ) : bool
@string NSString
Résultat bool

NSPinnedString() public static méthode

Returns an retained instance of NSString.
public static NSPinnedString ( String value ) : NSString
value String
Résultat NSString

ToString() public méthode

Returns a that represents the current .
public ToString ( ) : String
Résultat String

operator() public static méthode

Implements the operator +.
public static operator ( ) : NSString
Résultat NSString

this() public méthode

Gets the System.Char at the specified index.
public this ( uint index ) : Char
index uint
Résultat Char