C# Class BingMaps.StorageStuff

Methods for reading and writing to isolated storage.
Afficher le fichier Open project: dideler/gps-tower-defense

Méthodes publiques

Méthode Description
LoadFromFile ( string fileName ) : string

Read data from a file.

SaveToFile ( string fileName, string content ) : void

Write content to a file in the user store.

Method Details

LoadFromFile() public méthode

Read data from a file.
public LoadFromFile ( string fileName ) : string
fileName string The file to be read.
Résultat string

SaveToFile() public méthode

Write content to a file in the user store.
public SaveToFile ( string fileName, string content ) : void
fileName string Name of the file ot be accessed.
content string The file's data.
Résultat void