Formats thw value. The format text. The value. The formatted value.
| 188 | /// <param name="v1">The value.</param> |
| 189 | /// <returns>The formatted value.</returns> |
| 190 | static String Format(const Char* format, const ShaderGraphValue& v1) |
| 191 | { |
| 192 | return String::Format(format, v1.Value); |
| 193 | } |
| 194 | |
| 195 | /// <summary> |
| 196 | /// Formats thw value. |