ConvertJsNameResponseConvertTo Method  | 
  
    Namespace: 
   DotNetBrowser.Frames.Handlers
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.26.1
Syntaxpublic static ConvertJsNameResponse ConvertTo(
	string customName
)
Parameters
- customName
 - Type: SystemString
The custom name of the JavaScript property, field or method. 
Return Value
Type: 
ConvertJsNameResponse
                The 
ConvertJsNameResponse instance that can be used as a
                return value in 
ConvertJsNameHandler implementation.
            
Exceptions| Exception | Condition | 
|---|
| ArgumentException | 
                The customName is null, empty, or contains only blank characters.
             | 
See Also