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