C# Class CSMongo.Helpers

Show file Open project: hugoware/CSMongo

Public Methods

Method Description
ExportBytes ( byte bytes, string path ) : void
MakeRegexSafe ( object value ) : string

Method Details

ExportBytes() public static method

public static ExportBytes ( byte bytes, string path ) : void
bytes byte
path string
return void

MakeRegexSafe() public static method

public static MakeRegexSafe ( object value ) : string
value object
return string