Method | Description | |
---|---|---|
IPhoneI18N ( ) : System |
Method | Description | |
---|---|---|
FileExists ( string filePath ) : bool | ||
GetDirectoryFiles ( string directoryPath, string filePattern ) : string[] | ||
getXmlTextReader ( string textFilePath ) : |
||
readAllFromPlistFile ( string file ) : ResourceLiteralDictionary | ||
readFromPlistFile ( string file, string key ) : string |
Method | Description | |
---|---|---|
getResourceLiteralValue ( string key, string fullPathFilePlist, NSDictionary resourcesLiteral ) : string | ||
loadResourcesLiteral ( string fullPathFilePlist ) : NSDictionary |
protected FileExists ( string filePath ) : bool | ||
filePath | string | |
return | bool |
protected GetDirectoryFiles ( string directoryPath, string filePattern ) : string[] | ||
directoryPath | string | |
filePattern | string | |
return | string[] |
protected getXmlTextReader ( string textFilePath ) : |
||
textFilePath | string | |
return |
protected readAllFromPlistFile ( string file ) : ResourceLiteralDictionary | ||
file | string | |
return | ResourceLiteralDictionary |
protected readFromPlistFile ( string file, string key ) : string | ||
file | string | |
key | string | |
return | string |