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