TextContent.Implicit(String to TextContent) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When converting a string to a TextContent, the content is automatically set to the string value.
public static implicit operator Microsoft.SemanticKernel.TextContent(string text);
static member op_Implicit : string -> Microsoft.SemanticKernel.TextContent
Public Shared Widening Operator CType (text As String) As TextContent
Parameters
- text
- String
Text content