'Declaration
Public Function GetCharacterCount( _ ByVal SegmentationResultID As String _ ) As Integer
public int GetCharacterCount( string SegmentationResultID )
public function GetCharacterCount( SegmentationResultID: String ): Integer;
public function GetCharacterCount( SegmentationResultID : String ) : int;
public: int GetCharacterCount( string* SegmentationResultID )
public: int GetCharacterCount( String^ SegmentationResultID )
Parameters
- SegmentationResultID