del método SPUtility.FormatSize
Determina el tamaño de formato, en megabytes o en kilobytes.
Espacio de nombres: Microsoft.SharePoint.Utilities
Ensamblado: Microsoft.SharePoint (en Microsoft.SharePoint.dll)
Sintaxis
'Declaración
Public Shared Function FormatSize ( _
cbSize As Long _
) As String
'Uso
Dim cbSize As Long
Dim returnValue As String
returnValue = SPUtility.FormatSize(cbSize)
public static string FormatSize(
long cbSize
)
Parámetros
cbSize
Tipo: System.Int64El tamaño en Bytes.
Valor devuelto
Tipo: System.String
Una cadena que contiene el tamaño del formato.