GetWord Method

HttpServer.dll

Get the first word (letters and digits only) from the specified offset.

Namespace:  HttpServer.Rendering.Haml
Assembly:  HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public static string GetWord(
	string data,
	int offset
)
Visual Basic (Declaration)
Public Shared Function GetWord ( _
	data As String, _
	offset As Integer _
) As String
Visual C++
public:
static String^ GetWord(
	String^ data, 
	int offset
)

Parameters

data
Type: System..::.String

[Missing <param name="data"/> documentation for "M:HttpServer.Rendering.Haml.HamlGenerator.GetWord(System.String,System.Int32)"]

offset
Type: System..::.Int32

[Missing <param name="offset"/> documentation for "M:HttpServer.Rendering.Haml.HamlGenerator.GetWord(System.String,System.Int32)"]

Return Value

[Missing <returns> documentation for M:HttpServer.Rendering.Haml.HamlGenerator.GetWord(System.String,System.Int32)]

See Also