'Declaration Public Shared Function GetCount( _
ByVal textThe text.As System.String _
) As System.Int32
public static System.Int32 GetCount(
System.String text
)
public: static System.Int32 GetCount(
System.String text
)
public:
static System.Int32 GetCount(
System.String text
)
Parameters
- text
- The text.
Return Value
The count of unicode chracters.