Table of Contents

Class String

Namespace
CSharpToJavaScript.APIs.JS.Ecma
Assembly
CSharpToJavaScript.dll
[To("Default")]
public class String : StringPrototype
Inheritance
String
Inherited Members

Constructors

String(string)

[To("Default")]
public String(string value = "")

Parameters

value string

Properties

Length

[To("FirstCharToLowerCase")]
public int Length { get; }

Property Value

int

Prototype

[To("FirstCharToLowerCase")]
public StringPrototype Prototype { get; }

Property Value

StringPrototype

Value

public dynamic? Value { get; set; }

Property Value

dynamic

Methods

FromCharCode(params Number[])

[To("FirstCharToLowerCase")]
public static string FromCharCode(params Number[] codeUnits)

Parameters

codeUnits Number[]

Returns

string

FromCodePoint(params Number[])

[To("FirstCharToLowerCase")]
public static string FromCodePoint(params Number[] codePoints)

Parameters

codePoints Number[]

Returns

string

Raw(dynamic, params string[])

[To("FirstCharToLowerCase")]
public static string Raw(dynamic template, params string[] substitutions)

Parameters

template dynamic
substitutions string[]

Returns

string

Operators

implicit operator string(String)

public static implicit operator string(String value)

Parameters

value String

Returns

string

implicit operator String(string)

public static implicit operator String(string value)

Parameters

value string

Returns

String