C# Class bc.flash.AsString

Inheritance: AsObject
Show file Open project: weeeBox/oldies-bc-as3converter

Public Methods

Method Description
charAt ( String str, int index ) : String
charCodeAt ( string str, int index ) : float
fromCharCode ( int code ) : string
indexOf ( String str, String s ) : int
indexOf ( String str, String s, int index ) : int
lastIndexOf ( String str, String s ) : int
lastIndexOf ( String str, String s, int index ) : int
parseBool ( String str ) : bool
parseFloat ( String str ) : float
parseInt ( String str ) : int
parseLong ( String str ) : long
parseUint ( String str ) : uint
replace ( String str, String token, String replacement ) : String
slice ( String str, int start ) : String
slice ( String str, int start, int end ) : String
split ( String str, String delim ) : AsArray
substr ( String str, int start ) : String
substr ( String str, int start, int len ) : String
substring ( String str, int start ) : String
substring ( String str, int start, int end ) : String
toLocaleLowerCase ( String str ) : String
toLocaleUpperCase ( String str ) : String
toLowerCase ( String str ) : String
toUpperCase ( String str ) : String
valueOf ( Object obj ) : String

Method Details

charAt() public static method

public static charAt ( String str, int index ) : String
str String
index int
return String

charCodeAt() public static method

public static charCodeAt ( string str, int index ) : float
str string
index int
return float

fromCharCode() public static method

public static fromCharCode ( int code ) : string
code int
return string

indexOf() public static method

public static indexOf ( String str, String s ) : int
str String
s String
return int

indexOf() public static method

public static indexOf ( String str, String s, int index ) : int
str String
s String
index int
return int

lastIndexOf() public static method

public static lastIndexOf ( String str, String s ) : int
str String
s String
return int

lastIndexOf() public static method

public static lastIndexOf ( String str, String s, int index ) : int
str String
s String
index int
return int

parseBool() public static method

public static parseBool ( String str ) : bool
str String
return bool

parseFloat() public static method

public static parseFloat ( String str ) : float
str String
return float

parseInt() public static method

public static parseInt ( String str ) : int
str String
return int

parseLong() public static method

public static parseLong ( String str ) : long
str String
return long

parseUint() public static method

public static parseUint ( String str ) : uint
str String
return uint

replace() public static method

public static replace ( String str, String token, String replacement ) : String
str String
token String
replacement String
return String

slice() public static method

public static slice ( String str, int start ) : String
str String
start int
return String

slice() public static method

public static slice ( String str, int start, int end ) : String
str String
start int
end int
return String

split() public static method

public static split ( String str, String delim ) : AsArray
str String
delim String
return AsArray

substr() public static method

public static substr ( String str, int start ) : String
str String
start int
return String

substr() public static method

public static substr ( String str, int start, int len ) : String
str String
start int
len int
return String

substring() public static method

public static substring ( String str, int start ) : String
str String
start int
return String

substring() public static method

public static substring ( String str, int start, int end ) : String
str String
start int
end int
return String

toLocaleLowerCase() public static method

public static toLocaleLowerCase ( String str ) : String
str String
return String

toLocaleUpperCase() public static method

public static toLocaleUpperCase ( String str ) : String
str String
return String

toLowerCase() public static method

public static toLowerCase ( String str ) : String
str String
return String

toUpperCase() public static method

public static toUpperCase ( String str ) : String
str String
return String

valueOf() public static method

public static valueOf ( Object obj ) : String
obj Object
return String