C# Class Monobjc.Foundation.NSString

Show file Open project: Monobjc/monobjc Class Usage Examples

Public Methods

Method 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 method

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

NSPinnedString() public static method

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

ToString() public method

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

operator() public static method

Implements the operator +.
public static operator ( ) : NSString
return NSString

this() public method

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