Insert a string at the beginning of an array
Namespace: nom.tam.util
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Function format( _ ByVal val As String, _ ByVal array As Byte() _ ) As Integer |
| C# |
|---|
| public int format( string val, byte[] array ) |
| C++ |
|---|
| public: int format( String val, array<char>^ array ) sealed |
| J# |
|---|
| public int format( string val, byte[] array ) |
| JScript |
|---|
| public
function format( val : String, array : Byte[] ) : int |