|
const string | JSON = ".json" |
|
const string | CSV = ".csv" |
|
const string | XML = ".xml" |
|
const string | BGC = ".bgc" |
|
Definition at line 3 of file FileExtensions.cs.
◆ AddBgcExtension()
static string BGC.IO.FileExtensions.AddBgcExtension |
( |
string |
str | ) |
|
|
static |
Add bgc extension to string
◆ AddCsvExtension()
static string BGC.IO.FileExtensions.AddCsvExtension |
( |
string |
str | ) |
|
|
static |
Add csv extension to string
◆ AddJsonExtension()
static string BGC.IO.FileExtensions.AddJsonExtension |
( |
string |
str | ) |
|
|
static |
◆ AddXmlExtension()
static string BGC.IO.FileExtensions.AddXmlExtension |
( |
string |
str | ) |
|
|
static |
Add xml extension to string
◆ HasBgcExtension()
static bool BGC.IO.FileExtensions.HasBgcExtension |
( |
string |
str | ) |
|
|
static |
Return true if the string ends with the bgc extension
◆ HasCsvExtension()
static bool BGC.IO.FileExtensions.HasCsvExtension |
( |
string |
str | ) |
|
|
static |
Return true if the string ends with the csv extension
◆ HasJsonExtension()
static bool BGC.IO.FileExtensions.HasJsonExtension |
( |
string |
str | ) |
|
|
static |
Return true if the string ends with the json extension
◆ HasXmlExtension()
static bool BGC.IO.FileExtensions.HasXmlExtension |
( |
string |
str | ) |
|
|
static |
Return true if the string ends with the xml extension
◆ BGC
const string BGC.IO.FileExtensions.BGC = ".bgc" |
◆ CSV
const string BGC.IO.FileExtensions.CSV = ".csv" |
◆ JSON
const string BGC.IO.FileExtensions.JSON = ".json" |
◆ XML
const string BGC.IO.FileExtensions.XML = ".xml" |
The documentation for this class was generated from the following file: