MarcHeader Item Property MarcQuery Class Library
获取或设置头标区中任意一段长度的子字符串

Namespace: DigitalPlatform.Marc
Assembly: DigitalPlatform.MarcQuery (in DigitalPlatform.MarcQuery.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public string this[
	int nStart,
	int nLength = 1
] { get; set; }

Parameters

nStart
Type: 联机System Int32
开始位置
nLength (Optional)
Type: 联机System Int32
长度。如果为-1,表示尽可能多。本参数可以缺省,缺省值为1

Return Value

nStart 和 nLength 参数所表示范围的字符串
See Also