Click or drag to resize
StringHelperPage Method
文本分页

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public static List<string> Page(
	string text,
	string pageToken
)

Parameters

text
Type: SystemString

[Missing <param name="text"/> documentation for "M:Adf.StringHelper.Page(System.String,System.String)"]

pageToken
Type: SystemString

[Missing <param name="pageToken"/> documentation for "M:Adf.StringHelper.Page(System.String,System.String)"]

Return Value

Type: ListString

[Missing <returns> documentation for "M:Adf.StringHelper.Page(System.String,System.String)"]

See Also