MemoryStatsHumaneToBytes Method
|
Namespace: Ingeniux.CMS.RavenDB.StatsAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxpublic double HumaneToBytes(
string humaneStr
)
Public Function HumaneToBytes (
humaneStr As String
) As Double
public:
double HumaneToBytes(
String^ humaneStr
)
member HumaneToBytes :
humaneStr : string -> float Parameters
- humaneStr String
[Missing <param name="humaneStr"/> documentation for "M:Ingeniux.CMS.RavenDB.Stats.MemoryStats.HumaneToBytes(System.String)"]
Return Value
Double[Missing <returns> documentation for "M:Ingeniux.CMS.RavenDB.Stats.MemoryStats.HumaneToBytes(System.String)"]
See Also