PdfIdentityHEncodingGetByteCount Method (String) |
Namespace: Kettic.PdfAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic override int GetByteCount(
string s
)
Public Overrides Function GetByteCount (
s As String
) As Integer
public:
virtual int GetByteCount(
String^ s
) override
abstract GetByteCount :
s : string -> int
override GetByteCount :
s : string -> int
Parameters
- s
- Type: SystemString
Return Value
Type:
Int32
See Also