FileResourceReaderGetNextString Method |
Gets the next string from the resource file.
Namespace: CMS.LocalizationAssembly: CMS.Globalization (in CMS.Globalization.dll) Version: 12.0.0
Syntax 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:
BooleanSee Also