StringUtilitiesStringQueryFixedLengthTRes Delegate

CVB.Net Documentation
String query functions for string queries that do *not* support the initial query for the string's length, but operate with a maximum length instead (which has been set on the string builder passed as the first argument).

Namespace:  Stemmer.Cvb.Runtime.InteropServices
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public delegate TRes StringQueryFixedLength<TRes>(
	StringBuilder s,
	int size
)

Parameters

s
Type: System.TextStringBuilder
String builder to receive the string.
size
Type: SystemInt32
Size of the buffer allocated in the string builder.

Type Parameters

TRes
return type of the query function

Return Value

Type: TRes
See Also

Reference