Click or drag to resize
CoronaBoxedStringFrom Method (String)
Creates an object which boxes the given string.

Namespace: CoronaLabs.Corona.WinRT
Assembly: CoronaLabs (in CoronaLabs.dll) Version: 255.255.255.255
Syntax
public static CoronaBoxedString From(
	string value
)

Parameters

value
Type: SystemString
The string to be boxed.

Return Value

Type: CoronaBoxedString

Returns an object which boxes the given string.

Returns a Empty object if the given string is empty or null.

See Also