Click or drag to resize

aceLogGetContent Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbACE.Core.core
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public string GetContent(
	long fromLength = -9223372036854775808,
	long toLength = -9223372036854775808
)
Request Example View Source

Parameters

fromLength (Optional)
Type: SystemInt64
toLength (Optional)
Type: SystemInt64

Return Value

Type: String

Implements

ITextRender.GetContent(Int64, Int64)
See Also