Version

from Method

Casts passed in object to the WebSplitter type.
Syntax
ASP.NET Ajax Javascript (Specification) 
function from( 
   obj : {Any}
) : WebSplitter;
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfWebSplitter.from({Any});

Parameters

obj
Object to convert to the WebSplitter type.

Return Value

Reference to the same object that is passed in, only type converted to the WebSplitter type.
See Also