FileResourceReaderGetNextString Method |
Gets the next string from the resource file.
Namespace: CMS.LocalizationAssembly: CMS.Localization (in CMS.Localization.dll) Version: 8.2.23
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