Intersoft WebGrid Documentation
Parse Method
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridFormatStyle Class : Parse Method






style

Syntax

Visual Basic (Declaration) 
Public Shared Shadows Function Parse( _
   ByVal style As String _
) As WebGridFormatStyle
Visual Basic (Usage)Copy Code
Dim style As String
Dim value As WebGridFormatStyle
 
value = WebGridFormatStyle.Parse(style)
C# 
public new static WebGridFormatStyle Parse( 
   string style
)
Delphi 
public function Parse( 
    style: String
): WebGridFormatStyle; static; 
JScript 
public hide static function Parse( 
   style : String
) : WebGridFormatStyle;
Managed Extensions for C++ 
public: new static WebGridFormatStyle* Parse( 
   string* style
) 
C++/CLI 
public:
new static WebGridFormatStyle^ Parse( 
   String^ style
) 

Parameters

style

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.