Click or drag to resize
FileResourceReaderGetNextString Method
Gets the next string from the resource file.

Namespace: CMS.Localization
Assembly: CMS.Localization (in CMS.Localization.dll) Version: 9.0.0
Syntax
C#
public bool GetNextString(
	ref string name,
	ref string value
)

Parameters

name
Type: SystemString
Returns string name
value
Type: SystemString
Returns string value

Return Value

Type: Boolean
See Also