C# Class Microsoft.JScript.StringPrototype

Inheritance: StringObject
Mostrar archivo Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Methods

Method Description
@fixed ( Object thisob ) : String
ReplaceWithRegExp ( String thisob, RegExpObject regExpObject, Object replacement ) : String
ReplaceWithString ( String thisob, String searchString, String replaceString ) : String
SplitWithRegExp ( String thisob, VsaEngine engine, RegExpObject regExpObject, uint limit ) : ArrayObject
SplitWithString ( String thisob, VsaEngine engine, String separator, uint limit ) : ArrayObject
StringPrototype ( FunctionPrototype funcprot, ObjectPrototype parent ) : Microsoft.JScript.Vsa
ToRegExpObject ( Object regExp, VsaEngine engine ) : RegExpObject
anchor ( Object thisob, Object anchorName ) : String
big ( Object thisob ) : String
blink ( Object thisob ) : String
bold ( Object thisob ) : String
charAt ( Object thisob, double pos ) : String
charCodeAt ( Object thisob, double pos ) : Object
concat ( Object thisob ) : String
fontcolor ( Object thisob, Object colorName ) : String
fontsize ( Object thisob, Object fontSize ) : String
indexOf ( Object thisob, Object searchString, double position ) : int
italics ( Object thisob ) : String
lastIndexOf ( Object thisob, Object searchString, double position ) : int
link ( Object thisob, Object linkRef ) : String
localeCompare ( Object thisob, Object thatob ) : int
match ( Object thisob, VsaEngine engine, Object regExp ) : Object
replace ( Object thisob, Object regExp, Object replacement ) : String
search ( Object thisob, VsaEngine engine, Object regExp ) : int
slice ( Object thisob, double start, Object end ) : String
small ( Object thisob ) : String
split ( Object thisob, VsaEngine engine, Object separator, Object limit ) : ArrayObject
strike ( Object thisob ) : String
sub ( Object thisob ) : String
substr ( Object thisob, double start, Object count ) : String
substring ( Object thisob, double start, Object end ) : String
sup ( Object thisob ) : String
toLocaleLowerCase ( Object thisob ) : String
toLocaleUpperCase ( Object thisob ) : String
toLowerCase ( Object thisob ) : String
toString ( Object thisob ) : String
toUpperCase ( Object thisob ) : String
valueOf ( Object thisob ) : Object